SftTree/NET 2.0

SelectionHoverInnerBorder Property, SftTree Class

Softel vdm, Inc.

Defines the inner border of the flyby highlighting outline of a selected item or cell.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property SelectionHoverInnerBorder As Color

C#   

public Color SelectionHoverInnerBorder { get; set; }

C++   

public: property Color SelectionHoverInnerBorder {
        Color get();
        void set(Color value);
}

Property Value

The border color.

The default value is Color.LightBlue.

Comments

The SelectionHoverInnerBorder property defines the inner border of the flyby highlighting outline of a selected item or cell.

This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).

The properties SelectionHoverOutlineBorder, SelectionHoverInnerBorder, SelectionHoverFill1 and SelectionHoverFill2 are used to render a flyby highlighting outline.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com